[INFO] cloning repository https://github.com/vultuk/whatsapp-translator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vultuk/whatsapp-translator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvultuk%2Fwhatsapp-translator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvultuk%2Fwhatsapp-translator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d8219cff29e490e377ac9c1da425c215b2a77c19
[INFO] checking vultuk/whatsapp-translator against master#656ccbe796ff98def9b555c118e1620c5389e3b2 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvultuk%2Fwhatsapp-translator" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vultuk/whatsapp-translator
[INFO] finished tweaking git repo https://github.com/vultuk/whatsapp-translator
[INFO] tweaked toml for git repo https://github.com/vultuk/whatsapp-translator written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vultuk/whatsapp-translator on toolchain 656ccbe796ff98def9b555c118e1620c5389e3b2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vultuk/whatsapp-translator already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crossterm v0.27.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6c48e11a602954734fd03c2e0cffa8951a51d851f4cf28b882aab715b6657332
[INFO] running `Command { std: "docker" "start" "6c48e11a602954734fd03c2e0cffa8951a51d851f4cf28b882aab715b6657332", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c48e11a602954734fd03c2e0cffa8951a51d851f4cf28b882aab715b6657332", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6c48e11a602954734fd03c2e0cffa8951a51d851f4cf28b882aab715b6657332" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c48e11a602954734fd03c2e0cffa8951a51d851f4cf28b882aab715b6657332", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6c48e11a602954734fd03c2e0cffa8951a51d851f4cf28b882aab715b6657332" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.53
[INFO] [stderr]    Compiling zmij v1.0.15
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling time-macros v0.2.31
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling rmcp v0.13.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking tungstenite v0.24.0
[INFO] [stderr]    Compiling whatsapp-translator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr] warning: whatsapp-translator@0.1.0: Building wa-bridge...
[INFO] [stderr] warning: whatsapp-translator@0.1.0: Failed to build wa-bridge (exit code: Some(1))
[INFO] [stderr] warning: whatsapp-translator@0.1.0: Please build wa-bridge manually:
[INFO] [stderr] warning: whatsapp-translator@0.1.0:   cd wa-bridge && go build -o wa-bridge .
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking tokio-tungstenite v0.24.0
[INFO] [stderr]     Checking time v0.3.53
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]     Checking schemars v1.2.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rmcp-macros v0.13.0
[INFO] [stderr]     Checking qrcode v0.14.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stdout] warning: method `try_wait` is never used
[INFO] [stdout]    --> src/bridge/process.rs:196:12
[INFO] [stdout]     |
[INFO] [stdout]  33 | impl BridgeProcess {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 196 |     pub fn try_wait(&mut self) -> Result<Option<std::process::ExitStatus>> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `display_name` is never used
[INFO] [stdout]    --> src/bridge/protocol.rs:391:12
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl Chat {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 391 |     pub fn display_name(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_phone` is never used
[INFO] [stdout]    --> src/bridge/protocol.rs:433:4
[INFO] [stdout]     |
[INFO] [stdout] 433 | fn extract_phone(jid: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_urls` is never used
[INFO] [stdout]   --> src/link_preview.rs:55:8
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub fn extract_urls(text: &str) -> Vec<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OAuthMetadata` is never constructed
[INFO] [stdout]   --> src/oauth.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct OAuthMetadata {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/oauth.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl OAuthMetadata {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 26 |     pub fn new(base_url: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_expired` is never used
[INFO] [stdout]   --> src/oauth.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl AuthorizationCode {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] 69 |     /// Check if the code has expired
[INFO] [stdout] 70 |     pub fn is_expired(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_expired` is never used
[INFO] [stdout]    --> src/oauth.rs:105:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | impl AccessToken {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] 105 |     pub fn is_expired(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_expired` is never used
[INFO] [stdout]    --> src/oauth.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout] 124 | impl RefreshToken {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] 125 |     pub fn is_expired(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_expired` is never used
[INFO] [stdout]    --> src/oauth.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 148 | impl PendingAuthorization {
[INFO] [stdout]     | ------------------------- method in this implementation
[INFO] [stdout] 149 |     pub fn is_expired(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `UnauthorizedClient` and `InvalidScope` are never constructed
[INFO] [stdout]    --> src/oauth.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub enum OAuthError {
[INFO] [stdout]     |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 174 |     UnauthorizedClient,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 175 |     UnsupportedGrantType,
[INFO] [stdout] 176 |     InvalidScope,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OAuthError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `token_type_hint` is never read
[INFO] [stdout]    --> src/oauth.rs:264:9
[INFO] [stdout]     |
[INFO] [stdout] 262 | pub struct RevokeRequest {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 263 |     pub token: String,
[INFO] [stdout] 264 |     pub token_type_hint: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RevokeRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ApprovalRequest` is never constructed
[INFO] [stdout]    --> src/oauth.rs:269:12
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub struct ApprovalRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `from_message` and `from_message_with_avatar` are never used
[INFO] [stdout]    --> src/push.rs:271:12
[INFO] [stdout]     |
[INFO] [stdout] 255 | impl PushNotification {
[INFO] [stdout]     | --------------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 271 |     pub fn from_message(message: &StoredMessage, badge: i32) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 275 |     pub fn from_message_with_avatar(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_global` is never used
[INFO] [stdout]    --> src/storage.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 126 | impl StyleProfile {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn is_global(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `oauth_get_pending_auth` and `get_message_exchange_pairs` are never used
[INFO] [stdout]     --> src/storage.rs:1945:12
[INFO] [stdout]      |
[INFO] [stdout]  141 | impl MessageStore {
[INFO] [stdout]      | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1945 |     pub fn oauth_get_pending_auth(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2351 |     pub fn get_message_exchange_pairs(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ALBUM_SEND_RESULT_TIMEOUT` is never used
[INFO] [stdout]   --> src/web.rs:52:7
[INFO] [stdout]    |
[INFO] [stdout] 52 | const ALBUM_SEND_RESULT_TIMEOUT: Duration = Duration::from_secs(180);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Error` is never constructed
[INFO] [stdout]    --> src/web.rs:188:5
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub enum WebSocketEvent {
[INFO] [stdout]     |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 188 |     Error {
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WebSocketEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `client_uri` is never read
[INFO] [stdout]     --> src/web.rs:3487:5
[INFO] [stdout]      |
[INFO] [stdout] 3484 | struct ClientRegistrationRequest {
[INFO] [stdout]      |        ------------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 3487 |     client_uri: Option<String>,
[INFO] [stdout]      |     ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ClientRegistrationRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `try_wait` is never used
[INFO] [stdout]    --> src/bridge/process.rs:196:12
[INFO] [stdout]     |
[INFO] [stdout]  33 | impl BridgeProcess {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 196 |     pub fn try_wait(&mut self) -> Result<Option<std::process::ExitStatus>> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `display_name` is never used
[INFO] [stdout]    --> src/bridge/protocol.rs:391:12
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl Chat {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 391 |     pub fn display_name(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_phone` is never used
[INFO] [stdout]    --> src/bridge/protocol.rs:433:4
[INFO] [stdout]     |
[INFO] [stdout] 433 | fn extract_phone(jid: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OAuthMetadata` is never constructed
[INFO] [stdout]   --> src/oauth.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct OAuthMetadata {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/oauth.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl OAuthMetadata {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 26 |     pub fn new(base_url: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_expired` is never used
[INFO] [stdout]   --> src/oauth.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl AuthorizationCode {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] 69 |     /// Check if the code has expired
[INFO] [stdout] 70 |     pub fn is_expired(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_expired` is never used
[INFO] [stdout]    --> src/oauth.rs:105:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | impl AccessToken {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] 105 |     pub fn is_expired(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_expired` is never used
[INFO] [stdout]    --> src/oauth.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout] 124 | impl RefreshToken {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] 125 |     pub fn is_expired(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_expired` is never used
[INFO] [stdout]    --> src/oauth.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 148 | impl PendingAuthorization {
[INFO] [stdout]     | ------------------------- method in this implementation
[INFO] [stdout] 149 |     pub fn is_expired(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `UnauthorizedClient` and `InvalidScope` are never constructed
[INFO] [stdout]    --> src/oauth.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub enum OAuthError {
[INFO] [stdout]     |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 174 |     UnauthorizedClient,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 175 |     UnsupportedGrantType,
[INFO] [stdout] 176 |     InvalidScope,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OAuthError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `token_type_hint` is never read
[INFO] [stdout]    --> src/oauth.rs:264:9
[INFO] [stdout]     |
[INFO] [stdout] 262 | pub struct RevokeRequest {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 263 |     pub token: String,
[INFO] [stdout] 264 |     pub token_type_hint: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RevokeRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ApprovalRequest` is never constructed
[INFO] [stdout]    --> src/oauth.rs:269:12
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub struct ApprovalRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_message` is never used
[INFO] [stdout]    --> src/push.rs:271:12
[INFO] [stdout]     |
[INFO] [stdout] 255 | impl PushNotification {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 271 |     pub fn from_message(message: &StoredMessage, badge: i32) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_global` is never used
[INFO] [stdout]    --> src/storage.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 126 | impl StyleProfile {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn is_global(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `oauth_get_pending_auth` and `get_message_exchange_pairs` are never used
[INFO] [stdout]     --> src/storage.rs:1945:12
[INFO] [stdout]      |
[INFO] [stdout]  141 | impl MessageStore {
[INFO] [stdout]      | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1945 |     pub fn oauth_get_pending_auth(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2351 |     pub fn get_message_exchange_pairs(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Error` is never constructed
[INFO] [stdout]    --> src/web.rs:188:5
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub enum WebSocketEvent {
[INFO] [stdout]     |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 188 |     Error {
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WebSocketEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `client_uri` is never read
[INFO] [stdout]     --> src/web.rs:3487:5
[INFO] [stdout]      |
[INFO] [stdout] 3484 | struct ClientRegistrationRequest {
[INFO] [stdout]      |        ------------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 3487 |     client_uri: Option<String>,
[INFO] [stdout]      |     ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ClientRegistrationRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] running `Command { std: "docker" "inspect" "6c48e11a602954734fd03c2e0cffa8951a51d851f4cf28b882aab715b6657332", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c48e11a602954734fd03c2e0cffa8951a51d851f4cf28b882aab715b6657332", kill_on_drop: false }`
[INFO] [stdout] 6c48e11a602954734fd03c2e0cffa8951a51d851f4cf28b882aab715b6657332
